go/types.Named.fromRHS (field)

9 uses

	go/types (current package)
		decl.go#L637: 	named.fromRHS = rhs
		named.go#L116: 	fromRHS Type
		named.go#L196: 		n.fromRHS = orig.fromRHS // for cycle detection
		named.go#L222: 		n.fromRHS = underlying // for cycle detection
		named.go#L244: 	typ := &Named{check: check, obj: obj, fromRHS: underlying, underlying: underlying, methods: methods}
		named.go#L462: 	if t.fromRHS == nil {
		named.go#L463: 		t.fromRHS = underlying // for cycle detection
		validtype.go#L153: 		if !check.validType0(pos, t.Origin().fromRHS, append(nest, t), append(path, t)) {